home *** CD-ROM | disk | FTP | other *** search
- #
- # This is the header file for constructing make files for I386 processors.
- #
-
- .SUFFIXES:
- .SUFFIXES: .o .c .sc .s .u
-
- # Processor name:
-
- cpu = I386
-
- # Default flags to use when invoking the C compiler.
-
- CFLAGS = -O -DSYSV
- CC = gcc
-
- # Assembly language object files.
-
- Aruntime = i386.o
-
- # Profiled library
-
- Plib =
-
- # Heap size in megabytes for the compiler.
-
- scheapmb = 4 -scl 40
-
- # End of I386 header.
-